home *** CD-ROM | disk | FTP | other *** search
- object scope_planets: Tscope_planets
- Left = 356
- Top = 117
- BorderStyle = bsDialog
- Caption = 'NTC Planets panel'
- ClientHeight = 337
- ClientWidth = 304
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCloseQuery = form_close_query
- OnCreate = formcreate
- OnPaint = check_activate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object planets_panel: TPanel
- Left = 0
- Top = 0
- Width = 304
- Height = 337
- Align = alClient
- TabOrder = 0
- object planets_group: TGroupBox
- Left = 0
- Top = 0
- Width = 305
- Height = 249
- Caption = 'Planets Group'
- TabOrder = 0
- object slew_label: TLabel
- Left = 16
- Top = 24
- Width = 51
- Height = 13
- Caption = 'Slew To:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object visible_label: TLabel
- Left = 80
- Top = 24
- Width = 38
- Height = 13
- Caption = 'Visible'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object ra_label: TLabel
- Left = 136
- Top = 24
- Width = 56
- Height = 13
- Caption = 'Right Asc'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object dec_label: TLabel
- Left = 216
- Top = 24
- Width = 65
- Height = 13
- Caption = 'Declination'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object mercury_button: TBitBtn
- Left = 8
- Top = 48
- Width = 75
- Height = 25
- Caption = 'Mercury'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object venus_button: TBitBtn
- Left = 8
- Top = 72
- Width = 75
- Height = 25
- Caption = 'Venus'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- object mars_button: TBitBtn
- Left = 8
- Top = 96
- Width = 75
- Height = 25
- Caption = 'Mars'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- end
- object jupiter_button: TBitBtn
- Left = 8
- Top = 120
- Width = 75
- Height = 25
- Caption = 'Jupiter'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- end
- object saturn_button: TBitBtn
- Left = 8
- Top = 144
- Width = 75
- Height = 25
- Caption = 'Saturn'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 4
- end
- object uranus_button: TBitBtn
- Left = 8
- Top = 168
- Width = 75
- Height = 25
- Caption = 'Uranus'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 5
- end
- object neptune_button: TBitBtn
- Left = 8
- Top = 192
- Width = 75
- Height = 25
- Caption = 'Neptune'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 6
- end
- object pluto_button: TBitBtn
- Left = 8
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Pluto'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 7
- end
- object mercury_led: TEdit
- Left = 88
- Top = 48
- Width = 29
- Height = 21
- Color = clRed
- TabOrder = 8
- end
- object venus_led: TEdit
- Left = 88
- Top = 72
- Width = 29
- Height = 21
- Color = clRed
- TabOrder = 9
- end
- object mars_led: TEdit
- Left = 88
- Top = 96
- Width = 29
- Height = 21
- Color = clRed
- TabOrder = 10
- end
- object jupiter_led: TEdit
- Left = 88
- Top = 120
- Width = 29
- Height = 21
- Color = clRed
- TabOrder = 11
- end
- object saturn_led: TEdit
- Left = 88
- Top = 144
- Width = 29
- Height = 21
- Color = clRed
- TabOrder = 12
- end
- object uranus_led: TEdit
- Left = 88
- Top = 168
- Width = 29
- Height = 21
- Color = clRed
- TabOrder = 13
- end
- object neptune_led: TEdit
- Left = 88
- Top = 192
- Width = 29
- Height = 21
- Color = clRed
- TabOrder = 14
- end
- object pluto_led: TEdit
- Left = 88
- Top = 216
- Width = 29
- Height = 21
- Color = clRed
- TabOrder = 15
- end
- object merc_ra_edit: TEdit
- Left = 120
- Top = 48
- Width = 85
- Height = 21
- TabOrder = 16
- end
- object venus_ra_edit: TEdit
- Left = 120
- Top = 72
- Width = 85
- Height = 21
- TabOrder = 17
- end
- object mars_ra_edit: TEdit
- Left = 120
- Top = 96
- Width = 85
- Height = 21
- TabOrder = 18
- end
- object jup_ra_edit: TEdit
- Left = 120
- Top = 120
- Width = 85
- Height = 21
- TabOrder = 19
- end
- object sat_ra_edit: TEdit
- Left = 120
- Top = 144
- Width = 85
- Height = 21
- TabOrder = 20
- end
- object uranus_ra_edit: TEdit
- Left = 120
- Top = 168
- Width = 85
- Height = 21
- TabOrder = 21
- end
- object nep_ra_edit: TEdit
- Left = 120
- Top = 192
- Width = 85
- Height = 21
- TabOrder = 22
- end
- object pluto_ra_edit: TEdit
- Left = 120
- Top = 216
- Width = 85
- Height = 21
- TabOrder = 23
- end
- object merc_dec_edit: TEdit
- Left = 208
- Top = 48
- Width = 85
- Height = 21
- TabOrder = 24
- end
- object venus_dec_edit: TEdit
- Left = 208
- Top = 72
- Width = 85
- Height = 21
- TabOrder = 25
- end
- object mars_dec_edit: TEdit
- Left = 208
- Top = 96
- Width = 85
- Height = 21
- TabOrder = 26
- end
- object jup_dec_edit: TEdit
- Left = 208
- Top = 120
- Width = 85
- Height = 21
- TabOrder = 27
- end
- object sat_dec_edit: TEdit
- Left = 208
- Top = 144
- Width = 85
- Height = 21
- TabOrder = 28
- end
- object uranus_dec_edit: TEdit
- Left = 208
- Top = 168
- Width = 85
- Height = 21
- TabOrder = 29
- end
- object nep_dec_edit: TEdit
- Left = 208
- Top = 192
- Width = 85
- Height = 21
- TabOrder = 30
- end
- object pluto_dec_edit: TEdit
- Left = 208
- Top = 216
- Width = 85
- Height = 21
- TabOrder = 31
- end
- end
- object poll_group: TGroupBox
- Left = 0
- Top = 248
- Width = 305
- Height = 89
- Caption = 'Refresh Poll'
- TabOrder = 1
- object Label1: TLabel
- Left = 176
- Top = 16
- Width = 50
- Height = 13
- Caption = 'Seconds'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object msecs_edit: TEdit
- Left = 120
- Top = 16
- Width = 49
- Height = 21
- Enabled = False
- TabOrder = 0
- Text = '5'
- end
- object refresh_button: TBitBtn
- Left = 16
- Top = 48
- Width = 273
- Height = 25
- Caption = 'Refresh Now'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- object refresh_check: TCheckBox
- Left = 16
- Top = 16
- Width = 97
- Height = 17
- Caption = 'Refresh every'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- OnClick = refresh_checkClick
- end
- object now_button: TBitBtn
- Left = 232
- Top = 16
- Width = 57
- Height = 25
- Caption = 'Now'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- OnClick = now_buttonClick
- end
- end
- end
- object refresh_timer: TTimer
- Enabled = False
- Left = 8
- Top = 296
- end
- end
-